Bump Cargo.toml's version to 0.3.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 28 May 2015 22:39:03 +0000 (15:39 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 28 May 2015 22:39:03 +0000 (15:39 -0700)
Cargo.lock
Cargo.toml

index f567d62b3f14d7c928d77f0aac05e306858e37b0..c4ca27ae29630b73e1bb279692d9aa26bf206a26 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.2.0"
+version = "0.3.0"
 dependencies = [
  "advapi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
index 7549de414ac5b070e07ed291d449e19fe5386189..1f0c300ef9a5c8f19868d1ecd1fca0139a7f9b40 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.2.0"
+version = "0.3.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]